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