sendCustomEvent method

Future<void> sendCustomEvent(
  1. CustomEvent event
)

Implementation

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