find abstract method

Future<String?> find(
  1. ProtocolScheme scheme
)

Used to get the application path of the scheme if its already registered.

Implementation

Future<String?> find(ProtocolScheme scheme);