getApplicationIconBadgeNumber method

Future<int> getApplicationIconBadgeNumber()

Fetches the icon batch number

The default value of this property is 0 (to show no batch)

Implementation

Future<int> getApplicationIconBadgeNumber() async {
  throw UnimplementedError('initialize() has not been implemented.');
}