setCustomLibrary function
dart_periphery loads a custom library. See native-libraries for details.
Implementation
void setCustomLibrary(String absolutePath) {
_peripheryLibPath = absolutePath;
}
dart_periphery loads a custom library. See native-libraries for details.
void setCustomLibrary(String absolutePath) {
_peripheryLibPath = absolutePath;
}