logOut method

Future<void> logOut()

Logs the currently logged in user out.

Implementation

Future<void> logOut() async => channel.invokeMethod('logOut', _keys);