syncConfig method

Future<APMFlutterConfig> syncConfig()

Get configuration from native platform

Implementation

Future<APMFlutterConfig> syncConfig() {
  throw UnimplementedError('syncConfig() has not been implemented.');
}