isSupported method

Future<bool> isSupported()

Checks whether the current platform can apply numeric app badges.

Implementation

Future<bool> isSupported() async => await _platform.isSupported();