execute method

Future<int> execute(
  1. Map<String, String> extras,
  2. String? notificationClassResponse
)

Implementation

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