isSupport abstract method

FutureOr<bool> isSupport(
  1. AssetType asset
)

Is this asset type supported by this integration?

Implementation

FutureOr<bool> isSupport(AssetType asset);