isSupported method

bool isSupported(
  1. String environment
)

Returns whether the transport is supported in the environment. This function has the same API as Transport#isSupported. Might return false when the manager decides to kill the transport.

Implementation

external bool isSupported(String environment);