restoreAllFunc method

  1. @override
int Function(Pointer<Utf8> srcDir) restoreAllFunc()
override

Implementation

@override
int Function(Pointer<Utf8> srcDir) restoreAllFunc() {
  return nativeLib().lookup<NativeFunction<Uint64 Function(Pointer<Utf8>)>>(nativeFuncName("restoreAll")).asFunction();
}