load method

Future load()

Opens the shared opus library build by this plugin.

Implementation

Future<dynamic> load() async {
  return DynamicLibrary.open('libopus.so');
}