initialize method
Initialises the SDK. baseUrl serves development, to point at a local API.
locale ; en prod, laisser null.
Whether this app may use Community. See AppwinCommunity.initialize.
Implementation
Future<AppwinInitResult> initialize() {
throw UnimplementedError('initialize() has not been implemented.');
}