menu
flutter_matter package
documentation
flutter_matter_method_channel.dart
PlatformCallResult
PlatformCallResult.new constructor
PlatformCallResult.new constructor
dark_mode
light_mode
PlatformCallResult
constructor
PlatformCallResult
(
{
required
int
code
,
required
String
resultJson
,
})
Implementation
PlatformCallResult({required this.code, required this.resultJson});
flutter_matter package
documentation
flutter_matter_method_channel
PlatformCallResult
PlatformCallResult.new constructor
PlatformCallResult class