hasRuntime method

bool hasRuntime(
  1. AppHandle handle
)

Implementation

bool hasRuntime(AppHandle handle) => _runtimes.containsKey(handle);