Future<bool> call(String phoneNumber) async { return await _methodChannel.invokeMethod('call', {"recipient": phoneNumber}); }