launchFanmeterNotification method

Future<int> launchFanmeterNotification(
  1. Map<String, String> notificationData,
  2. String? notificationClassResponse
)

Implementation

Future<int> launchFanmeterNotification(Map<String, String> notificationData, String? notificationClassResponse) {
    throw UnimplementedError('launchFanmeterNotification() has not been implemented.');
}