configure method

  1. @override
Future<bool> configure(
  1. ExponeaConfiguration configuration
)

Configure Exponea SDK. Should only be called once. You need to configure ExponeaSDK before calling most methods. Returns true if configuration was successful. Returns false if sdk was already configured.

Implementation

@override
Future<bool> configure(ExponeaConfiguration configuration) =>
    _platform.configure(configuration);