setupAppIcon method

Future<bool?> setupAppIcon(
  1. String iconName
)

Implementation

Future<bool?> setupAppIcon(String iconName) {
  throw UnimplementedError('setupAppIcon() has not been implemented.');
}