isRecording abstract method

Future<bool> isRecording(
  1. String recorderId
)

Checks if there's valid recording session. So if session is paused, this method will still return true.

Implementation

Future<bool> isRecording(String recorderId);