load method

Opens the opus library linked into this plugin.

Implementation

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