startService method

Future<void> startService({
  1. bool isAnchor = true,
  2. String title = '',
  3. String content = '',
  4. String roomParams = '',
})

Implementation

Future<void> startService({bool isAnchor=true,String title='',String content='',String roomParams=''}) {
  throw UnimplementedError('startService() has not been implemented.');
}