putLong method

Future<String?> putLong(
  1. String key,
  2. int value
)

Implementation

Future<String?> putLong(String key, int value) {
  throw UnimplementedError('putLong() has not been implemented.');
}