load method

Opens the static opus library built into this plugin.

Implementation

// coverage:ignore-start
@override
Future<Object> load() async {
  return DynamicLibrary.process();
}