getCurrentIcon method

  1. @override
Future<String> getCurrentIcon()
override

Finds out which icon is currently set

Implementation

@override
Future<String> getCurrentIcon() async =>
    (await methodChannel.invokeMethod<String>('getCurrentIcon'))!;