stopNotifications method

Future<Map?> stopNotifications(
  1. String deviceId,
  2. String service,
  3. String characteristic,
  4. int timeout,
)

Implementation

Future<Map<dynamic, dynamic>?> stopNotifications(
    String deviceId, String service, String characteristic, int timeout) {
  throw UnimplementedError('startNotifications() has not been implemented.');
}