logoutSession method

Future<void> logoutSession()

Implementation

Future<void> logoutSession() async {
  await methodChannel.invokeMethod("logoutSession");
}