requestAttributionWithToken method

Future<Map<String, dynamic>?> requestAttributionWithToken(
  1. String token
)

使用token请求归因详情

Implementation

Future<Map<String, dynamic>?> requestAttributionWithToken(String token) {
  throw UnimplementedError(
      'requestAttributionDetails() has not been implemented.');
}