apps property

Future<List> get apps

Implementation

Future<List<dynamic>> get apps async {
  throw UnimplementedError('apps has not been implemented.');
}