closeEventChannel method

Future<void> closeEventChannel()

Implementation

Future<void> closeEventChannel() async {
  await subscription.cancel();
}