getChildren method

  1. @override
  2. @mustCallSuper
Future<List<MediaItem>> getChildren(
  1. String parentMediaId, [
  2. Map<String, dynamic>? options
])
override

Get the children of a parent media item.

Implementation

@override
@mustCallSuper
Future<List<MediaItem>> getChildren(String parentMediaId,
        [Map<String, dynamic>? options]) =>
    _inner.getChildren(parentMediaId, options);