checkForSniffingApps method
Implementation
@override
Future<bool?> checkForSniffingApps(List<String> sniffingAppsToCheck ) async {
final isEmulator = await methodChannel.invokeMethod<bool>('checkForSniffingApps',sniffingAppsToCheck);
return isEmulator;
}