getInt method

  1. @override
int? getInt(
  1. String key
)

Implementation

@override
int? getInt(String key) {
  return _manager.getInt(key);
}