signOut function

Future<void> signOut()

Implementation

Future<void> signOut() {
  return VitalCorePlatform.instance.signOut();
}