useSharedLibrary function

void useSharedLibrary()

dart_periphery loads the shared library. See native-libraries for details.

Implementation

void useSharedLibrary() {
  _peripheryLibPath = sharedLib;
}