initializeSessionReplay method

Future<String?> initializeSessionReplay(
  1. CXSessionReplayOptions options
)

Implementation

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