pluggableExecute method

Future<String> pluggableExecute(
  1. String notificationChannelId,
  2. String notificationChannelName,
  3. Map<String, String> notificationData
)

Implementation

Future<String> pluggableExecute(String notificationChannelId, String notificationChannelName, Map<String, String> notificationData) {
	throw UnimplementedError('pluggableExecute() has not been implemented.');
}