userLogout static method

Future userLogout()

Implementation

static Future userLogout() async {
  await _channel.invokeMethod('userLogout');
}