stop abstract method
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,
});