load method

  1. @override
Future load()

Opens the shared opus library build by this plugin.

Implementation

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