setMaxMetadataSize abstract method

Future<void> setMaxMetadataSize(
  1. int size
)

Sets the maximum size of the media metadata. After calling registerMediaMetadataObserver , you can call this method to set the maximum size of the media metadata.

Param size The maximum size of media metadata.

Implementation

Future<void> setMaxMetadataSize(int size);