place abstract method

Future<bool?> place({
  1. required String from,
  2. required String to,
  3. Map<String, dynamic>? extraOptions,
})

Places new call

extraOptions will be added to the callPayload sent to your server

Implementation

Future<bool?> place({required String from, required String to, Map<String, dynamic>? extraOptions});