signOut abstract method

Future<AuthResponse> signOut({
  1. bool all = false,
})

Implementation

Future<AuthResponse> signOut({
  bool all = false,
});