nativeLib method

DynamicLibrary nativeLib()

tells which dylib to lookup for function pointer

Implementation

DynamicLibrary nativeLib() {
  throw UnimplementedError();
}