assetKey property

Future<String?> get assetKey

Implementation

static Future<String?> get assetKey async {
  if (!isSupportedPlatform) return null;

  return await _channel.invokeMethod('getAssetKey');
}