loginWithTwitter method

Future<void> loginWithTwitter()

Implementation

Future<void> loginWithTwitter() {
  throw UnimplementedError();
}