start method

Future<void> start({
  1. String? userId,
  2. BridgefyPropagationProfile propagationProfile = BridgefyPropagationProfile.standard,
})

Implementation

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