Future<void> confirmAccount(String token) async { await methodChannel.invokeMethod('Client/confirmAccount', {"token": token}); }