stop abstract method

Future<void> stop({
  1. int? formIndex,
  2. Map<String, Object>? uriVariables,
  3. Object? data,
})

Stops delivering notifications for the subscription.

This method accepts optional arguments as interaction options (formIndex, uriVariables, and data) and returns a Future.

Implementation

Future<void> stop({
  int? formIndex,
  Map<String, Object>? uriVariables,
  Object? data,
});