asInt static method

int asInt(
  1. RemoteConfigValue value
)

Implementation

static int asInt(RemoteConfigValue value) => value.asInt();