signOut method

Future<void> signOut()

账号登出统计

Implementation

Future<void> signOut() async {
  throw UnimplementedError('signOut() has not been implemented.');
}