AIRobotManager.forTesting constructor

  1. @visibleForTesting
AIRobotManager.forTesting(
  1. String? accountProvider()
)

Implementation

@visibleForTesting
factory AIRobotManager.forTesting(String? Function() accountProvider) {
  return AIRobotManager._(accountProvider: accountProvider);
}