Implements support for Laudspeaker into the Flutter App Analytics package. This package uses the Laudspeaker http API.
LaudspeakerProvider laudspeaker = LaudspeakerProvider(apiKey: 'some_key');
Analytics analytics = ...;
analytics.providers = [laudspeaker];
run the tests:
flutter test