menu
flutter_matter package
documentation
flutter_matter_method_channel.dart
RequestPlatformParams
RequestPlatformParams.new constructor
RequestPlatformParams.new constructor
dark_mode
light_mode
RequestPlatformParams
constructor
RequestPlatformParams
(
{
required
String
methodName
,
required
String
methodParamsJson
,
})
Implementation
RequestPlatformParams({required this.methodName, required this.methodParamsJson});
flutter_matter package
documentation
flutter_matter_method_channel
RequestPlatformParams
RequestPlatformParams.new constructor
RequestPlatformParams class