assetKey property

Future<String?> assetKey

Implementation

static Future<String?> get assetKey async {
  return await _channel.invokeMethod('getAssetKey');
}