static Future<void> cancelOutboundCall(String number) async { await _channel.invokeMethod('cancelOutboundCall', {'number': number}); }