removeCommunityListener method

Future<bool> removeCommunityListener({
  1. String? listenerID,
})

Implementation

Future<bool> removeCommunityListener({
  String? listenerID,
}) {
  throw UnimplementedError(
    'removeCommunityListener has not been implemented.',
  );
}