isSupported method

Future<bool> isSupported()

Checks if the device supports app badges.

Implementation

Future<bool> isSupported() {
  throw UnimplementedError('isSupported is not implemented');
}