stopMacroPlayback method
Stops the currently running replay/macro playback stream, if any.
Implementation
Future<void> stopMacroPlayback() async {
await _cancelReplayStream();
}
Stops the currently running replay/macro playback stream, if any.
Future<void> stopMacroPlayback() async {
await _cancelReplayStream();
}