hasRemoteNotificationsEnabled property

Future<bool> hasRemoteNotificationsEnabled

Implementation

static Future<bool> get hasRemoteNotificationsEnabled async {
  return await _channel.invokeMethod('hasRemoteNotificationsEnabled');
}