isTrailLicence static method
- @Deprecated('This method is deprecated. Please refrain from using it, as the functionality has been internally managed within the plugin')
This method is used to check if the user is a trail user or not.
Implementation
@Deprecated(
'This method is deprecated. Please refrain from using it, as the functionality has been internally managed within the plugin')
static Future<bool?> isTrailLicence() async {
return FlyChatFlutterPlatform.instance.isTrailLicence();
}