Authenticates the user.
@override Future<dynamic> authenticate() async { return await methodChannel.invokeMethod<dynamic>( SecurityConstants.AUTHENTICATE); }