Returns whether the app can schedule exact notifications.
Future<bool?> canScheduleExactNotifications() async => await _channel.invokeMethod<bool>('canScheduleExactNotifications');