clone method
Clones the given MediaStream and all its tracks.
Implementation
Future<MediaStream> clone() {
throw UnimplementedError();
}
Clones the given MediaStream and all its tracks.
Future<MediaStream> clone() {
throw UnimplementedError();
}