signOut method
Logout the current user & clear session cache.
Implementation
Future<void> signOut() async => _channel.invokeMethod(_kMethodLogout);
Logout the current user & clear session cache.
Future<void> signOut() async => _channel.invokeMethod(_kMethodLogout);