logout function

Future<void> logout()

Implementation

Future<void> logout() async {
  return await platform.invokeMethod('logout');
}