MApplicationPluginConfig constructor
MApplicationPluginConfig({
- required MGrpcClientConfig? grpcClient,
- required MGpsConfig? gps,
- required MSoundConfig? sound,
- required MRestConfig? rest,
Implementation
MApplicationPluginConfig({
required this.grpcClient,
required this.gps,
required this.sound,
required this.rest,
});