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