getSessionReplayFolderPath method

Future<String?> getSessionReplayFolderPath()

Implementation

Future<String?> getSessionReplayFolderPath() async {
  throw UnimplementedError('getSessionReplayFolderPath() has not been implemented.');
}