test static method

Future<bool> test([
  1. String? transport
])

Tests a transport connection.

Implementation

static Future<bool> test([String? transport]) =>
    manager.testTransport(transport);