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