setConfigs method

Future<String?> setConfigs(
  1. TraccarConfigs configs
)

Implementation

Future<String?> setConfigs(TraccarConfigs configs) {
  throw UnimplementedError('setConfigs() has not been implemented.');
}