meeting_place_control_plane 0.0.1-dev.11
meeting_place_control_plane: ^0.0.1-dev.11 copied to clipboard
An interface to the Control Plane API for publishing connection offers to establish a secure communication channel between participants in Meeting Place.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add meeting_place_control_planeWith Flutter:
$ flutter pub add meeting_place_control_planeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
meeting_place_control_plane: ^0.0.1-dev.11Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:meeting_place_control_plane/meeting_place_control_plane.dart';