isSystemApp method

Future<bool?> isSystemApp(
  1. String bundleId
)

Implementation

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