pluggableExecute method

Future<String> pluggableExecute(
  1. Map<String, String> notificationData,
  2. bool log
)

Implementation

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