menu
flutter_cockpit package
documentation
flutter_cockpit_remote_bridge.dart
CockpitRemoteBridgeResponse
binaryBody property
binaryBody property
dark_mode
light_mode
binaryBody
property
List
<
int
>
?
get
binaryBody
Implementation
List<int>? get binaryBody => bytesBase64 == null ? null : base64Decode(bytesBase64!);
flutter_cockpit package
documentation
flutter_cockpit_remote_bridge
CockpitRemoteBridgeResponse
binaryBody property
CockpitRemoteBridgeResponse class