getInt static method

Future<int?> getInt(
  1. String key
)

Implementation

static Future<int?> getInt(String key) => _get<int>('getInt', key);