load method
Opens the shared opus library build by this plugin.
Implementation
Future<dynamic> load() async {
return DynamicLibrary.open('libopus.so');
}
Opens the shared opus library build by this plugin.
Future<dynamic> load() async {
return DynamicLibrary.open('libopus.so');
}