transfer method
Transfer call with callsId
to call with targetNumber
Implementation
Future<void> transfer(
{required String callsId, required String targetNumber}) async {
throw UnimplementedError('platformVersion() has not been implemented.');
}