menu
testbot package
documentation
testbot_web.dart
TestbotWeb
registerWith static method
registerWith static method
dark_mode
light_mode
registerWith
static method
void
registerWith
(
Registrar
registrar
)
Implementation
static void registerWith(Registrar registrar) { TestbotPlatform.instance = TestbotWeb(); }
testbot package
documentation
testbot_web
TestbotWeb
registerWith static method
TestbotWeb class