resetIcon static method
Reset back to primary icon
Implementation
static Future<void> resetIcon() async {
await _channel.invokeMethod('resetIcon');
}
Reset back to primary icon
static Future<void> resetIcon() async {
await _channel.invokeMethod('resetIcon');
}