exists abstract method

Future<bool> exists(
  1. ProtocolScheme scheme
)

Check if the scheme is already registered.

Implementation

Future<bool> exists(ProtocolScheme scheme);