logout method

Future<void> logout()

Log out of the current active session.

Implementation

Future<void> logout() => GigyaFlutterPluginPlatform.instance.logout();