initialize method

Future<void> initialize(
  1. SingboxRuntimeOptions options
)

Initializes native runtime with options.

Implementation

Future<void> initialize(SingboxRuntimeOptions options) {
  throw UnimplementedError('initialize() has not been implemented.');
}