getCurrentIcon method

Future<String> getCurrentIcon()

Finds out which icon is currently set

Implementation

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