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