stopUserX static method
Stop UserX
Implementation
static Future<void> stopUserX() async {
if (kIsWeb || !Platform.isAndroid && !Platform.isIOS) return;
await UserX.stopScreenRecording();
_userXRunning = false;
}
Stop UserX
static Future<void> stopUserX() async {
if (kIsWeb || !Platform.isAndroid && !Platform.isIOS) return;
await UserX.stopScreenRecording();
_userXRunning = false;
}