getAppIcon method

Future<List<int>?> getAppIcon(
  1. String packageName
)

Implementation

Future<List<int>?> getAppIcon(String packageName) {
  throw UnimplementedError('getAppIcon() has not been implemented.');
}