shutdownSessionReplay method

  1. @override
Future<void> shutdownSessionReplay()
override

Implementation

@override
Future<void> shutdownSessionReplay() async {
  await methodChannel.invokeMethod<void>('shutdownSessionReplay');
}