FlutterFCMWrapperRespondException constructor

const FlutterFCMWrapperRespondException({
  1. required String errorMessage,
})

Implementation

const FlutterFCMWrapperRespondException({
  required this.errorMessage,
});