static Future<bool> stopRecording() async { final bool? status = await _channel .invokeMethod<bool>(Constants.caseStopSessionRecording); return status!; }