startNotifications method
Implementation
Future<void> startNotifications(
String deviceId,
String service,
String characteristic,
int timeout,
void Function(String result) callback
) {
throw UnimplementedError('startNotifications() has not been implemented.');
}