deallocFaceUnity static method

Future<bool> deallocFaceUnity()

Implementation

static Future<bool> deallocFaceUnity() async {
  final res = await callMethodForFaceUnity("dealloc", {});
  return res['results']['isSuccess'] == "1";
}