stop method
Unhooks what start installed. See AppwinNotifications.stop.
Implementation
Future<void> stop() {
throw UnimplementedError('stop() has not been implemented.');
}
Unhooks what start installed. See AppwinNotifications.stop.
Future<void> stop() {
throw UnimplementedError('stop() has not been implemented.');
}