isTrailLicence static method

  1. @Deprecated('This method is deprecated. Please refrain from using it, as the functionality has been internally managed within the plugin')
Future<bool?> isTrailLicence()

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();
}