@override Future<Void?> nextLine(int line) async{ await methodChannel.invokeMethod<String>('nextLine',{"line":line}); }