getFileSHA256 method

Future<String?> getFileSHA256(
  1. String fPath
)

Implementation

Future<String?> getFileSHA256(String fPath) {
  return FCllamaPlatform.instance.getFileSHA256(fPath);
}