buildAndroid abstract method

Widget buildAndroid(
  1. BuildContext context
)

Build the Android interface

Implementation

// If only an iOS app, implement this function anyway. It'll get called below.
Widget buildAndroid(BuildContext context);