setNotifyIcon static method

Future<void> setNotifyIcon(
  1. String resId
)

Implementation

static Future<void> setNotifyIcon(String resId) async {
	return await _channel.invokeMethod('setNotifyIcon', {'iconRes': resId});
}