close method
Closes the connection from the server.
Implementation
Future<void> close() async {
assert(_memory != null);
await RtmpConnectionPlatform.instance.close({"memory": _memory});
}
Closes the connection from the server.
Future<void> close() async {
assert(_memory != null);
await RtmpConnectionPlatform.instance.close({"memory": _memory});
}