getKeys static method

  1. @Deprecated("Use keys()")
Future<List<String>> getKeys()

Implementation

@Deprecated("Use keys()")
static Future<List<String>> getKeys() async => keys();