Future<bool> refreshToken() async { bool result = await methodChannel.invokeMethod("Client/refreshToken"); return result; }