getCurrentIcon method

Future<String?> getCurrentIcon()

Gets the current app icon name.

Returns null if the default icon is being used.

Implementation

Future<String?> getCurrentIcon() {
  throw UnimplementedError('getCurrentIcon() has not been implemented.');
}