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