getCustomEventMetaData method

Future getCustomEventMetaData()

Returns a collection of CustomEventMetaData objects, corresponding to the HashMap of Key Value Pairs <String, String>

Implementation

Future<dynamic> getCustomEventMetaData() {
  return BluedotPointSdkPlatform.instance.getCustomEventMetaData();
}