registerWith static method
void
registerWith()
Implementation
static void registerWith() {
const channel = MethodChannel('tv_textfield/platform');
channel.setMethodCallHandler(handleTvTextfieldPlatformCall);
}