isRecording property

Future<bool?> get isRecording

A flag that denotes whether the SDK is recording.

Implementation

static Future<bool?> get isRecording {
  return DevRevSDKPlatform.instance.isRecording;
}