getInitial method

  1. @override
Future<Migration> getInitial()
override

Returns the initial migration to be applied to a fresh database.

Implementation

@override
Future<Migration> getInitial() async => first;