startNotifications method
Future<void>
startNotifications(
- StartNotificationsParams options,
- void callback(
- ReadResult result
Implementation
Future<void> startNotifications(StartNotificationsParams options,
void Function(ReadResult result) callback) {
throw UnimplementedError('startNotifications() has not been implemented.');
}