handleLightSensorNotification method

T? handleLightSensorNotification(
  1. NotificationReport report
)

Implementation

T? handleLightSensorNotification(NotificationReport report) {
  return unhandledNotification(report);
}