start method
Future<void>
start({
- String? userId,
- BridgefyPropagationProfile propagationProfile = BridgefyPropagationProfile.standard,
Implementation
Future<void> start({
String? userId,
BridgefyPropagationProfile propagationProfile =
BridgefyPropagationProfile.standard,
}) {
throw UnimplementedError('start() has not been implemented.');
}