createPair method
Implementation
Future<String?> createPair(
{required Map<String, ProposalNamespace> namespaces}) {
throw UnimplementedError('createPair() has not been implemented.');
}
Future<String?> createPair(
{required Map<String, ProposalNamespace> namespaces}) {
throw UnimplementedError('createPair() has not been implemented.');
}