pluggableExecute method

Future<void> pluggableExecute(
  1. String notificationChannelId,
  2. String notificationChannelName,
  3. String notificationActivity,
  4. Map<String, String> notificationData,
  5. int notificationIcon,
)

Implementation

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