connect method
dynamic
connect(
- dynamic arg1, [
- dynamic arg2,
- dynamic arg3,
- dynamic arg4,
See official documentation on possible signatures:
Returns instance of TLSSocket.
Implementation
// Can not declare return type as [TLSSocket] because there is a getter with
// the same name.
external dynamic connect(arg1, [arg2, arg3, arg4]);