sendCustomEvent method

Future<bool> sendCustomEvent(
  1. String eventName
)

Implementation

Future<bool> sendCustomEvent(String eventName) {
  throw UnimplementedError(
      'sendCustomEvent(screenName) has not been implemented.');
}