getLabel method

  1. @override
String getLabel(
  1. FlutterFireUILocalizationLabels labels
)
override

Implementation

@override
String getLabel(FlutterFireUILocalizationLabels labels) {
  return labels.signInWithAppleButtonText;
}