Future<bool> queryNativeCaptureAvailability() async { try { return await nativeCapture.queryAvailability(); } on Object { return false; } }