getPath abstract method

String getPath()

The private getPath method, set to handle paths from all 3 Desktop platforms as well as for Flutter apps. Returns the relative library location for desktops, or the necessary NDK set library as according to Flutter's guide on ffi

Implementation

String getPath();