logout method

Future logout()

Implementation

Future logout() async {
  return await _channel.invokeMethod(Constants.CMD_LOGOUT);
}