getAppIcon method

  1. @override
Future<String?> getAppIcon(
  1. String path
)
override

Implementation

@override
Future<String?> getAppIcon(String path) async {
  return null; // Would need Swift native module
}