Finds out which icon is currently set
@override Future<String> getCurrentIcon() async => (await methodChannel.invokeMethod<String>('getCurrentIcon'))!;