initializeService method
Initialize Application Migration Service.
May throw AccessDeniedException.
May throw ValidationException.
Implementation
Future<void> initializeService() async {
final response = await _protocol.send(
payload: null,
method: 'POST',
requestUri: '/InitializeService',
exceptionFnMap: _exceptionFns,
);
}