pluggableStoreFeedback method

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

Implementation

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