setMetadata static method

Future<bool?> setMetadata(
  1. String type,
  2. String json
)

Implementation

static Future<bool?> setMetadata(String type, String json) =>
    _channel.invokeMethod('setMetadata', {"json": json, "type": type});