initialize method
Initializes native runtime with options.
Implementation
Future<void> initialize(SingboxRuntimeOptions options) {
throw UnimplementedError('initialize() has not been implemented.');
}
Initializes native runtime with options.
Future<void> initialize(SingboxRuntimeOptions options) {
throw UnimplementedError('initialize() has not been implemented.');
}