getAll method

  1. @override
Map<String, dynamic> getAll()

Implementation

@override
Map<String, dynamic> getAll() {
  return _manager.getAll();
}