canScheduleExactNotifications method

Future<bool?> canScheduleExactNotifications()

Returns whether the app can schedule exact notifications.

Implementation

Future<bool?> canScheduleExactNotifications() async =>
    await _channel.invokeMethod<bool>('canScheduleExactNotifications');