FacebookError constructor

FacebookError({
  1. String? developerMessage,
  2. String? localizedDescription,
  3. String? localizedTitle,
})

Implementation

FacebookError(
    {this.developerMessage, this.localizedDescription, this.localizedTitle});