stopReplay method

Future<bool> stopReplay()

停止回放

Implementation

Future<bool> stopReplay() async {
  return await _channel.invokeMethod(EzvizPlayerChannelMethods.stopReplay);
}