signOut method

Future<bool> signOut()

Implementation

Future<bool> signOut() async {
  await sdk.preferences.remove(_myKey);
  return true;
}