onSignOut method

Future<void> onSignOut()

Runs before signing out.

サインアウト前に実行されます。

Implementation

Future<void> onSignOut() => Future.value();