@override Future<void> setAuthToken(String token) async { return await methodChannel.invokeMethod('setAuthToken', {"token": token}); }