open method
Opens the Knot API session with the given configuration
.
This method should be implemented by platform-specific classes. Throws an UnimplementedError if not overridden.
Implementation
Future<void> open(KnotConfiguration configuration) {
throw UnimplementedError('open() has not been implemented.');
}