getAllKeys method

Future<List<Map<String, dynamic>>> getAllKeys()

Implementation

Future<List<Map<String, dynamic>>> getAllKeys() {
 return platform.getAllKeys();
}