removeLoginStateCallback method
Invoke the method on the platform side for Unsubscribe from login updates
Implementation
@override
void removeLoginStateCallback() =>
methodChannel.invokeMethod<String>('removeLoginStateCallback');
Invoke the method on the platform side for Unsubscribe from login updates
@override
void removeLoginStateCallback() =>
methodChannel.invokeMethod<String>('removeLoginStateCallback');