PlatformMethodResponse constructor Null safety
- {required PlatformMethod method,
- required Map<
String, dynamic> data, - required dynamic response}
Implementation
PlatformMethodResponse(
{required this.method, required this.data, required this.response});