isLoaded property

bool get isLoaded

Legacy: Check if any native library is loaded.

Implementation

static bool get isLoaded => _commonsLibrary != null;