Add an entry point annotation to the Dart function invoked by the android_view sample (#790)

Fixes https://github.com/flutter/flutter/issues/81350
pull/796/head
Jason Simmons 4 years ago committed by GitHub
parent beface247a
commit e623b043f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,6 +29,7 @@ void main() {
/// a (multi-)view integration scenario.
// This is unfortunately in this file due to
// https://github.com/flutter/flutter/issues/72630.
@pragma("vm:entry-point")
void showCell() {
runApp(Cell());
}

Loading…
Cancel
Save