isSupportedPlatform static method

bool isSupportedPlatform()

Implementation

static bool isSupportedPlatform() {
  return Platform.isMacOS || Platform.isLinux;
}