isSharingOut method

Future<bool> isSharingOut()

Implementation

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