init method

Future<bool> init(
  1. BuildContext context
)

Implementation

Future<bool> init(BuildContext context) async {
  return true;
}