logout method

  1. @override
void logout()
override

Invoke the method on the platform side for Clear the access and refresh token locally

Implementation

@override
void logout() => methodChannel.invokeMethod<String>('logout');