handlePowerManagementNotification method

T? handlePowerManagementNotification(
  1. NotificationReport report
)

Implementation

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