Checks if recording session is paused.
Future<bool> isPaused() { return _safeCall(() => _platform.isPaused(_recorderId)); }