login method
Invoke the method on the platform side for Start token grant
Implementation
@override
void login() => methodChannel.invokeMethod<String>('login');
Invoke the method on the platform side for Start token grant
@override
void login() => methodChannel.invokeMethod<String>('login');