logout method

Future logout ()

Logout If not login, throw PlatformException.

Implementation

logout() async {
  await _methodChannel.invokeMethod('logout');
}