logout method
Invoke the method on the platform side for Clear the access and refresh token locally
Implementation
@override
void logout() => methodChannel.invokeMethod<String>('logout');
Invoke the method on the platform side for Clear the access and refresh token locally
@override
void logout() => methodChannel.invokeMethod<String>('logout');