@override Future<void> inputCharacter(String character) async { methodChannel .invokeMethod<void>('input_character', {'character': character}); }