setCustomLibrary function

void setCustomLibrary(
  1. String absolutePath
)

dart_periphery loads a custom library. See native-libraries for details.

Implementation

void setCustomLibrary(String absolutePath) {
  _peripheryLibPath = absolutePath;
}