Signs out the current user and clears all tokens from secure storage.
@override Future<void> signOut() async { await _channel.invokeMethod<void>('signOut'); }