@override Future<void> setInterCharSet(int n) async { await methodChannel.invokeMethod<void>('setInterCharSet', <String, dynamic>{ 'n': n, }); }