Mraa.fromLib constructor

Mraa.fromLib(
  1. String libPath
)

Specify the library and path

Implementation

Mraa.fromLib(String libPath) {
  _impl = mraaimpl.MraaImpl(DynamicLibrary.open(libPath));
}