functionName property

({String entryPoint, String nativeAPI}) functionName
final

Name of functions from FFI that it cause this error thrown.

entryPoint refers to a FFI function, which called directly from Dart VM and nativeAPI refers to the name if native API function, which is a root cause of triggering this error.

Implementation

final ({String entryPoint, String nativeAPI}) functionName;