getSessionReplayFolderPath method

  1. @override
Future<String?> getSessionReplayFolderPath()
override

Implementation

@override
Future<String?> getSessionReplayFolderPath() async {
  return await methodChannel.invokeMethod<String?>('getSessionReplayFolderPath');
}