configureForRuntime static method
void
configureForRuntime(
- Runtime runtime
Implementation
static void configureForRuntime(Runtime runtime) {
return runtime.registerBridgeFunc(
'package:flutter/src/material/bottom_sheet.dart',
'showModalBottomSheet',
const $showModalBottomSheetFn().call,
);
}