menu
filament_mobile package
documentation
data/rest_resource_data_source.dart
RestResourceDataSource
panel method
panel method
dark_mode
light_mode
panel
method
@
override
Future
<
PanelSchema
>
panel
(
)
override
GET /schema
Implementation
@override Future<PanelSchema> panel() async => _panel ??= await _schemaCache.panel();
filament_mobile package
documentation
data/rest_resource_data_source
RestResourceDataSource
panel method
RestResourceDataSource class