index abstract method

  1. @override
Future<String> index()
override

Displays the main page after authentication.

This method should be implemented to define what is displayed on the main page.

Implementation

@override
Future<String> index();