exec abstract method

Future<String> exec(
  1. {required String pose,
  2. required String threshold}
)

Implementation

Future<String> exec({
  // 骨格情報
  required String pose,
  // 閾値情報
  required String threshold,
});