signOut abstract method

Future<void> signOut()

Signs out the currently authenticated user.

This method should be implemented by the subclass based on the specific authentication provider's logic.

Implementation

Future<void> signOut();