start method
Starts the server. Accepts a callback for retrieving a Map of credentials for ExposedThings at runtime.
Implementation
@override
Future<void> start([ServerSecurityCallback? serverSecurityCallback]) async {
// TODO(JKRhb): implement start
throw UnimplementedError();
}