getLibraryForPlatform method

  1. @override
String getLibraryForPlatform({
  1. String? path,
})

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();
}