platformForTesting property

  1. @visibleForTesting
set platformForTesting (KalapaBehaviorScoreFlutterPlatform platform)

Replaces the native bridge, so the upload outcomes (success / not-ready / failure) can be driven without a device.

Implementation

@visibleForTesting
static set platformForTesting(KalapaBehaviorScoreFlutterPlatform platform) =>
    _methodChannel = platform;