load method

Opens the shared opus library built by this plugin.

Implementation

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