getMetaData method

dynamic getMetaData(
  1. dynamic callback(
    1. FlyResponse response
    )
)

This method is used to get the metadata.

Implementation

getMetaData(Function(FlyResponse response) callback) {
  throw UnimplementedError('getMetaData has not been implemented.');
}