@override Future<void> walletClose(int walletId) async { await methodChannel.invokeMethod('walletClose', {'walletId': walletId}); }