getMetadata abstract method

Future<Map<String, Object>?> getMetadata(
  1. String section
)

Returns a map of data in the specified section.

Implementation

Future<Map<String, Object>?> getMetadata(String section);