getBehavior static method

Future<BehaviorResponse> getBehavior()

Implementation

static Future<BehaviorResponse> getBehavior() async {
  return BehaviorResponse.fromJson(
      await _captureChannel.invokeMethod(_Method.getBehavior));
}