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