getLong method

Future<int?> getLong(
  1. String key, {
  2. dynamic defaultValue = 0,
})

Implementation

Future<int?> getLong(String key, {defaultValue = 0}) {
  throw UnimplementedError('getLong() has not been implemented.');
}