logout method

Future<void> logout()

Implementation

Future<void> logout() async {
  await _channel.invokeMethod(Constants.M_LOGOUT);
}