static Future<bool> get canCollectData async { if (!isSupportedPlatform) return false; return await _channel.invokeMethod('canCollectData'); }