menu
embrace package
documentation
embrace_api.dart
EmbraceApi
startView abstract method
startView abstract method
dark_mode
light_mode
startView
abstract method
void
startView
(
String
name
)
Log the start of a view.
A matching call to
endView
must be made.
Implementation
void startView(String name);
embrace package
documentation
embrace_api
EmbraceApi
startView abstract method
EmbraceApi class