TF-3181 Handle on click contact support
(cherry picked from commit 7a6a02f58f5194c7f8c8ad3c047a5b8938ba598e)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
import 'package:model/support/contact_support_capability.dart';
|
||||
|
||||
extension ContactSupportCapabilityExtension on ContactSupportCapability {
|
||||
|
||||
bool get isMailAddressSupported =>
|
||||
supportMailAddress?.trim().isNotEmpty == true;
|
||||
|
||||
bool get isHttpLinkSupported =>
|
||||
httpLink?.trim().isNotEmpty == true;
|
||||
}
|
||||
Reference in New Issue
Block a user