load method

Future load()

Opens the static opus library build into this plugin.

Implementation

Future<dynamic> load() async {
  return DynamicLibrary.process();
}