signOut method

  1. @override
void signOut()
override

Implementation

@override
signOut() {
  webChannel.invokeMethod(['signOut']);
}