isSystemApp method

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

Implementation

@override
Future<bool?> isSystemApp(String bundleId) async {
  return methodChannel.invokeMethod('isSystemApp',{'bundleId': bundleId},);
}