getLibraryForPlatform method
Returns the library name for the current platform.
path
is optional and is used when the library is not in the default location.
Implementation
@override
String getLibraryForPlatform({String? path}) {
throw UnimplementedError();
}