getAppIcon method

Future<String?> getAppIcon(
  1. String packageId
)

Implementation

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