logout method
Logout If not login, throw PlatformException.
Implementation
logout() async {
await _methodChannel.invokeMethod('logout');
}
Logout If not login, throw PlatformException.
logout() async {
await _methodChannel.invokeMethod('logout');
}