signOut method

  1. @override
void signOut()
override

Implementation

@override
signOut() {
  methodChannel.invokeMethod('signOut');
}